rsc.io/qr.pngWriter.wctmp (field)
8 uses
rsc.io/qr (current package)
png.go#L29: wctmp [4]byte
png.go#L75: binary.BigEndian.PutUint32(w.wctmp[0:4], uint32(len(data)))
png.go#L76: w.buf.Write(w.wctmp[0:4])
png.go#L78: copy(w.wctmp[0:4], name)
png.go#L79: w.buf.Write(w.wctmp[0:4])
png.go#L80: w.crc.Write(w.wctmp[0:4])
png.go#L84: binary.BigEndian.PutUint32(w.wctmp[0:4], crc)
png.go#L85: w.buf.Write(w.wctmp[0:4])
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |